Pro-Cloud API Web Service
Method/ProCloudWS.asmx/ProviderBranchesGet
Pro-Cloud API Web Service > All Operations Resource Group : /ProCloudWS.asmx/ProviderBranchesGet (Method)
Description

This web method returns a list of all the branches setup in the system, the ids returned by this are used by a number of other web methods.

Request (ProviderBranchesGetSoapIn)

The request body is of type ProviderBranchesGet.

Request Body Parameters

NameDescriptionData Type

This is a unique provider id, which can be obtained from CSS

GUId

guid

This is your unique service password which can be obtained from CSS

String (min 1 max 50) 

xml:string
strPassword Element objProviderGUId Element Sequence ProviderBranchesGet Element

Overview

Sequence
Response (ProviderBranchesGetSoapOut)

The response body is of type ProviderBranchesGetResponse.

Response Body Parameters

NameDescriptionData Type
 objProviderBranchesGetReturn
xmlDataSet Element strErrorMsg Element intErrorId Element Sequence ProviderBranchesGetResult Element Sequence ProviderBranchesGetResponse Element

Overview

Sequence
Sequence
intErrorId xs:int
strErrorMsg optional xs:string
xmlDataSet optional
Sequence
Any
Example
<?xml version="1.0" encoding="UTF-8"?>
<objProviderBranchesGetReturn xmlns="http://pro-cloud.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<intErrorId>0</intErrorId>
	<strErrorMsg/>
	<xmlDataSet>
		<NewDataSet xmlns="">
			<ProviderBranches>
				<ProviderBranchID>86</ProviderBranchID>
				<ProviderBranchGUId>eba66fe2-4c95-4b7c-a603-162e5f07c52d</ProviderBranchGUId>
				<BranchName>Branch A</BranchName>
			</ProviderBranches>
			<ProviderBranches>
				<ProviderBranchID>90</ProviderBranchID>
				<ProviderBranchGUId>7e199cf5-8114-4a73-aca0-62a26a979041</ProviderBranchGUId>
				<BranchName>Branch B</BranchName>
			</ProviderBranches>
			<ProviderBranches>
				<ProviderBranchID>88</ProviderBranchID>
				<ProviderBranchGUId>8cf31042-3f21-4332-893f-908198b09e88</ProviderBranchGUId>
				<BranchName>Branch C</BranchName>
			</ProviderBranches>
			<ProviderBranches>
				<ProviderBranchID>89</ProviderBranchID>
				<ProviderBranchGUId>d33c188d-df37-4d95-a314-cb9fe14f1433</ProviderBranchGUId>
				<BranchName>Branch D</BranchName>
			</ProviderBranches>
			<ProviderBranches>
				<ProviderBranchID>87</ProviderBranchID>
				<ProviderBranchGUId>1a9572c7-6a49-4ccd-a6df-96073cc23aae</ProviderBranchGUId>
				<BranchName>Branch E</BranchName>
			</ProviderBranches>
		</NewDataSet>
	</xmlDataSet>
</objProviderBranchesGetReturn>
See Also
All Operations Resource GroupPro-Cloud API Web Service